chore(deps): Upgrade all project dependencies (#45)#46
Merged
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracks current state for issue #45 — Upgrade all project dependencies.
What changed vs
mainDependencies & tooling
@ark-ui/svelte, WXT perdocs/WXT_UPGRADE_0.20.11_to_0.20.17.md, Playwright, lint/format tooling).pnpm-lock.yaml,pnpm-workspace.yaml, andmise.tomlto match the new toolchain.Linting, formatting, and editor config
.rules/dprint.jsonwith.oxlintrc.jsoncand.oxfmtrc.jsonc..vscode/extensions.jsonand related config with the new lint/format stack..cursor rules & skills (workflow docs)
.cursor/rules/*(e.g.skill-maintenance.mdc,svelte-wxt-standards.mdc,pnpm-install.mdc) to codify project standards..cursor/skills/*for e2e, WXT + Svelte, jj usage, releases/changesets, issue refinement, and PR-from-issue flows (plusreference.mdwhere needed).CI, e2e, and release workflows
.github/workflows/ci.yml,playwright.yml, andrelease.ymlfor Node 24 and the new lint/e2e setup.E2E layout & test structure
e2e/fixtures.tsand shared page objects ine2e/pages/*.ts(extension, popup, web).e2e/tests/*and adjust any remaining example/demo specs to the new structure.Extension runtime & UI
src/entrypoints/*(background, content, popup) for the upgraded WXT version and the newdata-amgiflol-rootconvention.Main.svelte, toolbar/toolbar-settings modules, tooltip/switch/upvote components, and layout inspector stores to match the new WXT + Ark UI stack and UX tweaks.Utilities, tests, and config
useIdutility + tests insrc/lib/utils/useId.{ts,test.ts}for stable IDs with Svelte 5 / new component patterns.tests-examples/demo-todo-app.spec.ts.wxt.config.ts,src/app.config.ts, and related wiring so the extension builds and runs correctly on the new WXT version and CI setup.Bookmark
45-upgrade-dependenciespoints at this revision.Objective: upgrade prod/dev deps to latest compatible, run tests, fix regressions; WXT 0.20.11 → 0.20.17 per
docs/WXT_UPGRADE_0.20.11_to_0.20.17.md.